.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-products{
  width: 100%;
  height: 100%;
}

.swiper-container-products .swiper-wrapper{
  min-height: 200px;
}

  .swiper-container-products .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide a{
  display: block;
  background: rgba(0,0,0,.5);
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-white{
  height: 24px;
}